<--Back Next-->

So what is happening?

Here are some descriptions I’ve heard:
  • We are adding an interface to a class that did not already implement the interface.
  • We are allowing a class's hierarchy to change at load time
  • ...

<--Back Next-->